random gen in python

26

random gen in python -

import random
n = random.randint(0,22)
print(n)

Comments

Submit
0 Comments